<!DOCTYPE html>
<html>
<body>

<form runat="server">
<asp:Table id="table1" runat="server" Width="50px" GridLines="Both" >

<asp:TableRow>
<asp:TableCell Wrap="False">
A long word is: Supercalifragulistic
</asp:TableCell>
<asp:TableCell>
A long word is: Supercalifragulistic
</asp:TableCell>
</asp:TableRow>

</asp:Table>
</form>

</body>
</html>